home *** CD-ROM | disk | FTP | other *** search
/ Canadian Geographic Explorer / Canadian Geographic Explorer.iso / pc / riddler.dxr / 00056_Stop button script.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  247 b   |  12 lines

  1. on mouseUp
  2.   global gMusicChannel, gSoundFXChannel, gVoiceChannel
  3.   sound stop gMusicChannel
  4.   sound stop gVoiceChannel
  5.   sound stop gSoundFXChannel
  6.   KillEmPuppets()
  7.   set the actorList to []
  8.   updateStage()
  9.   go("PA Init")
  10.   dontPassEvent()
  11. end
  12.